Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPdfExporter<TContent> Class / SaveToStream Method


In This Topic
    SaveToStream Method (NPdfExporter<TContent>)
    In This Topic
    Renders the document as PDF to the specified stream.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SaveToStream( _
       ByVal stream As System.IO.Stream _
    ) 
    'Usage
     
    
    Dim instance As NPdfExporter(Of TContent)
    Dim stream As System.IO.Stream
     
    instance.SaveToStream(stream)
    public virtual void SaveToStream( 
       System.IO.Stream stream
    )

    Parameters

    stream
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also